home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / magic_balls.swf / scripts / DefineSprite_149 / frame_10 / DoAction.as
Text File  |  2010-11-09  |  330b  |  11 lines

  1. downer = 1;
  2. while(downer < _root.totalballs)
  3. {
  4.    setProperty("_root.ball" add downer, _Y, getProperty("_root.ball" add downer, _Y) + 25);
  5.    downer++;
  6. }
  7. setProperty(_root.roof, _Y, getProperty(_root.roof, _Y) + 25);
  8. setProperty(_root.roofball, _Y, getProperty(_root.roofball, _Y) + 25);
  9. _root.dif -= 1;
  10. gotoAndPlay(1);
  11.